X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/256a3b381f63716209b3527d0a14442ae570c283..1132430022383fdf47fa6cb9377300fd885297aa:/wp-admin/css/install.css?ver=%3C%3Fphp%20echo%20preg_replace%28%20%27%2F%5B%5E0-9a-z%5C.-%5D%2Fi%27%2C%20%27%27%2C%20%24wp_version%20%29;%20%3F%3E= diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css index 878bbd07..28c071c3 100644 --- a/wp-admin/css/install.css +++ b/wp-admin/css/install.css @@ -1,11 +1,11 @@ html { - background: #eee; + background: #f1f1f1; margin: 0 20px; } body { background: #fff; - color: #555; + color: #444; font-family: "Open Sans", sans-serif; margin: 140px auto 25px; padding: 20px 20px 10px 20px; @@ -60,26 +60,32 @@ abbr { border: 0; font-variant: normal; } + +label { + cursor: pointer; +} + #logo { margin: 6px 0 14px 0; border-bottom: none; text-align:center } #logo a { - background-image: url('../images/w-logo-blue.png?ver=20131202'); - background-image: none, url('../images/wordpress-logo.svg?ver=20131107'); - background-size: 80px 80px; + background-image: url(../images/w-logo-blue.png?ver=20131202); + background-image: none, url(../images/wordpress-logo.svg?ver=20131107); + -webkit-background-size: 84px; + background-size: 84px; background-position: center top; background-repeat: no-repeat; color: #999; - height: 80px; + height: 84px; font-size: 20px; font-weight: normal; line-height: 1.3em; margin: -130px auto 25px; padding: 0; text-decoration: none; - width: 80px; + width: 84px; text-indent: -9999px; outline: none; overflow: hidden; @@ -92,16 +98,17 @@ abbr { text-align: left; padding: 0; } -.step .button-large { +.language-chooser.wp-core-ui .step .button.button-large { + height: 36px; + vertical-align: middle; font-size: 14px; } textarea { border: 1px solid #dfdfdf; font-family: "Open Sans", sans-serif; width: 100%; - -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - -ms-box-sizing: border-box; /* ie8 only */ + -moz-box-sizing: border-box; box-sizing: border-box; } @@ -142,6 +149,7 @@ textarea { font-size: 15px; padding: 3px 5px; border: 1px solid #ddd; + -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); } @@ -151,6 +159,8 @@ submit { } .form-table input[type=text], +.form-table input[type=email], +.form-table input[type=url], .form-table input[type=password] { width: 206px; } @@ -294,6 +304,8 @@ body.rtl, } .form-table td input[type="text"], + .form-table td input[type="email"], + .form-table td input[type="url"], .form-table td input[type="password"], .form-table td select, .form-table td textarea, @@ -304,8 +316,74 @@ body.rtl, padding: 7px 10px; display: block; max-width: none; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; - -mox-box-sizing: border-box; + } + +} + +body.language-chooser { + max-width: 300px; +} + +.language-chooser select { + padding: 8px; + width: 100%; + display: block; + border: 1px solid #ddd; + background-color: #fff; + color: #333; + font-size: 16px; + font-family: Arial, sans-serif; + font-weight: normal; +} + +.language-chooser p { + text-align: right; +} + +.screen-reader-input, +.screen-reader-text { + position: absolute; + margin: -1px; + padding: 0; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(0 0 0 0); + border: 0; +} + +.spinner { + background: url(../images/spinner.gif) no-repeat; + -webkit-background-size: 20px 20px; + background-size: 20px 20px; + visibility: hidden; + opacity: 0.7; + filter: alpha(opacity=70); + width: 20px; + height: 20px; + margin: 2px 5px 0; +} + +.step .spinner { + display: inline-block; + margin-top: 8px; + margin-right: 15px; + vertical-align: top; +} + +/** + * HiDPI Displays + */ +@media print, + (-o-min-device-pixel-ratio: 5/4), + (-webkit-min-device-pixel-ratio: 1.25), + (min-resolution: 120dpi) { + + .spinner { + background-image: url(../images/spinner-2x.gif); } }